CfnDatasetMixinProps
- class aws_cdk.cfn_property_mixins.aws_cognitosync.CfnDatasetMixinProps(*, dataset_name=None, identity_id=None, identity_pool_id=None)
Bases:
objectProperties for CfnDatasetPropsMixin.
- Parameters:
dataset_name (
Optional[str]) – A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, underscore, dash, and dot.identity_id (
Optional[str]) – A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.identity_pool_id (
Optional[str]) – A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognitosync-dataset.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_cognitosync as cognitosync cfn_dataset_mixin_props = cognitosync.CfnDatasetMixinProps( dataset_name="datasetName", identity_id="identityId", identity_pool_id="identityPoolId" )
Attributes
- dataset_name
A string of up to 128 characters.
Allowed characters are a-z, A-Z, 0-9, underscore, dash, and dot.
- identity_id
23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- See:
- Type:
A name-spaced GUID (for example, us-east-1
- identity_pool_id
23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- See:
- Type:
A name-spaced GUID (for example, us-east-1