aws.cognito.IdentityPoolProviderPrincipalTag
Explore with Pulumi AI
Provides an AWS Cognito Identity Principal Mapping.
Create IdentityPoolProviderPrincipalTag Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IdentityPoolProviderPrincipalTag(name: string, args: IdentityPoolProviderPrincipalTagArgs, opts?: CustomResourceOptions);
@overload
def IdentityPoolProviderPrincipalTag(resource_name: str,
args: IdentityPoolProviderPrincipalTagArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IdentityPoolProviderPrincipalTag(resource_name: str,
opts: Optional[ResourceOptions] = None,
identity_pool_id: Optional[str] = None,
identity_provider_name: Optional[str] = None,
principal_tags: Optional[Mapping[str, str]] = None,
use_defaults: Optional[bool] = None)
func NewIdentityPoolProviderPrincipalTag(ctx *Context, name string, args IdentityPoolProviderPrincipalTagArgs, opts ...ResourceOption) (*IdentityPoolProviderPrincipalTag, error)
public IdentityPoolProviderPrincipalTag(string name, IdentityPoolProviderPrincipalTagArgs args, CustomResourceOptions? opts = null)
public IdentityPoolProviderPrincipalTag(String name, IdentityPoolProviderPrincipalTagArgs args)
public IdentityPoolProviderPrincipalTag(String name, IdentityPoolProviderPrincipalTagArgs args, CustomResourceOptions options)
type: aws:cognito:IdentityPoolProviderPrincipalTag
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IdentityPoolProviderPrincipalTagArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. IdentityPoolProviderPrincipalTagArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IdentityPoolProviderPrincipalTagArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IdentityPoolProviderPrincipalTagArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. IdentityPoolProviderPrincipalTagArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var identityPoolProviderPrincipalTagResource = new Aws.Cognito.IdentityPoolProviderPrincipalTag("identityPoolProviderPrincipalTagResource", new()
{
IdentityPoolId = "string",
IdentityProviderName = "string",
PrincipalTags =
{
{ "string", "string" },
},
UseDefaults = false,
});
example, err := cognito.NewIdentityPoolProviderPrincipalTag(ctx, "identityPoolProviderPrincipalTagResource", &cognito.IdentityPoolProviderPrincipalTagArgs{
IdentityPoolId: pulumi.String("string"),
IdentityProviderName: pulumi.String("string"),
PrincipalTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
UseDefaults: pulumi.Bool(false),
})
var identityPoolProviderPrincipalTagResource = new IdentityPoolProviderPrincipalTag("identityPoolProviderPrincipalTagResource", IdentityPoolProviderPrincipalTagArgs.builder()
.identityPoolId("string")
.identityProviderName("string")
.principalTags(Map.of("string", "string"))
.useDefaults(false)
.build());
identity_pool_provider_principal_tag_resource = aws.cognito.IdentityPoolProviderPrincipalTag("identityPoolProviderPrincipalTagResource",
identity_pool_id="string",
identity_provider_name="string",
principal_tags={
"string": "string",
},
use_defaults=False)
const identityPoolProviderPrincipalTagResource = new aws.cognito.IdentityPoolProviderPrincipalTag("identityPoolProviderPrincipalTagResource", {
identityPoolId: "string",
identityProviderName: "string",
principalTags: {
string: "string",
},
useDefaults: false,
});
type: aws:cognito:IdentityPoolProviderPrincipalTag
properties:
identityPoolId: string
identityProviderName: string
principalTags:
string: string
useDefaults: false
IdentityPoolProviderPrincipalTag Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IdentityPoolProviderPrincipalTag resource accepts the following input properties:
- Identity
Pool Id This property is required. Changes to this property will trigger replacement.
- An identity pool ID.
- Identity
Provider Name This property is required. Changes to this property will trigger replacement.
- The name of the identity provider.
- Dictionary<string, string>
- String to string map of variables.
- Use
Defaults bool - use default (username and clientID) attribute mappings.
- Identity
Pool Id This property is required. Changes to this property will trigger replacement.
- An identity pool ID.
- Identity
Provider Name This property is required. Changes to this property will trigger replacement.
- The name of the identity provider.
- map[string]string
- String to string map of variables.
- Use
Defaults bool - use default (username and clientID) attribute mappings.
- identity
Pool Id This property is required. Changes to this property will trigger replacement.
- An identity pool ID.
- identity
Provider Name This property is required. Changes to this property will trigger replacement.
- The name of the identity provider.
- Map<String,String>
- String to string map of variables.
- use
Defaults Boolean - use default (username and clientID) attribute mappings.
- identity
Pool Id This property is required. Changes to this property will trigger replacement.
- An identity pool ID.
- identity
Provider Name This property is required. Changes to this property will trigger replacement.
- The name of the identity provider.
- {[key: string]: string}
- String to string map of variables.
- use
Defaults boolean - use default (username and clientID) attribute mappings.
- identity_
pool_ id This property is required. Changes to this property will trigger replacement.
- An identity pool ID.
- identity_
provider_ name This property is required. Changes to this property will trigger replacement.
- The name of the identity provider.
- Mapping[str, str]
- String to string map of variables.
- use_
defaults bool - use default (username and clientID) attribute mappings.
- identity
Pool Id This property is required. Changes to this property will trigger replacement.
- An identity pool ID.
- identity
Provider Name This property is required. Changes to this property will trigger replacement.
- The name of the identity provider.
- Map<String>
- String to string map of variables.
- use
Defaults Boolean - use default (username and clientID) attribute mappings.
Outputs
All input properties are implicitly available as output properties. Additionally, the IdentityPoolProviderPrincipalTag resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing IdentityPoolProviderPrincipalTag Resource
Get an existing IdentityPoolProviderPrincipalTag resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: IdentityPoolProviderPrincipalTagState, opts?: CustomResourceOptions): IdentityPoolProviderPrincipalTag
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
identity_pool_id: Optional[str] = None,
identity_provider_name: Optional[str] = None,
principal_tags: Optional[Mapping[str, str]] = None,
use_defaults: Optional[bool] = None) -> IdentityPoolProviderPrincipalTag
func GetIdentityPoolProviderPrincipalTag(ctx *Context, name string, id IDInput, state *IdentityPoolProviderPrincipalTagState, opts ...ResourceOption) (*IdentityPoolProviderPrincipalTag, error)
public static IdentityPoolProviderPrincipalTag Get(string name, Input<string> id, IdentityPoolProviderPrincipalTagState? state, CustomResourceOptions? opts = null)
public static IdentityPoolProviderPrincipalTag get(String name, Output<String> id, IdentityPoolProviderPrincipalTagState state, CustomResourceOptions options)
resources: _: type: aws:cognito:IdentityPoolProviderPrincipalTag get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Identity
Pool Id Changes to this property will trigger replacement.
- An identity pool ID.
- Identity
Provider Name Changes to this property will trigger replacement.
- The name of the identity provider.
- Dictionary<string, string>
- String to string map of variables.
- Use
Defaults bool - use default (username and clientID) attribute mappings.
- Identity
Pool Id Changes to this property will trigger replacement.
- An identity pool ID.
- Identity
Provider Name Changes to this property will trigger replacement.
- The name of the identity provider.
- map[string]string
- String to string map of variables.
- Use
Defaults bool - use default (username and clientID) attribute mappings.
- identity
Pool Id Changes to this property will trigger replacement.
- An identity pool ID.
- identity
Provider Name Changes to this property will trigger replacement.
- The name of the identity provider.
- Map<String,String>
- String to string map of variables.
- use
Defaults Boolean - use default (username and clientID) attribute mappings.
- identity
Pool Id Changes to this property will trigger replacement.
- An identity pool ID.
- identity
Provider Name Changes to this property will trigger replacement.
- The name of the identity provider.
- {[key: string]: string}
- String to string map of variables.
- use
Defaults boolean - use default (username and clientID) attribute mappings.
- identity_
pool_ id Changes to this property will trigger replacement.
- An identity pool ID.
- identity_
provider_ name Changes to this property will trigger replacement.
- The name of the identity provider.
- Mapping[str, str]
- String to string map of variables.
- use_
defaults bool - use default (username and clientID) attribute mappings.
- identity
Pool Id Changes to this property will trigger replacement.
- An identity pool ID.
- identity
Provider Name Changes to this property will trigger replacement.
- The name of the identity provider.
- Map<String>
- String to string map of variables.
- use
Defaults Boolean - use default (username and clientID) attribute mappings.
Import
Using pulumi import
, import Cognito Identity Pool Roles Attachment using the Identity Pool ID and provider name. For example:
$ pulumi import aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag example us-west-2_abc123:CorpAD
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.