CfnThingPrincipalAttachmentMixinProps

class aws_cdk.mixins_preview.aws_iot.mixins.CfnThingPrincipalAttachmentMixinProps(*, principal=None, thing_name=None, thing_principal_type=None)

Bases: object

Properties for CfnThingPrincipalAttachmentPropsMixin.

Parameters:
  • principal (Optional[str]) – The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

  • thing_name (Optional[str]) – The name of the AWS IoT thing.

  • thing_principal_type (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.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.mixins_preview.aws_iot import mixins as iot_mixins

cfn_thing_principal_attachment_mixin_props = iot_mixins.CfnThingPrincipalAttachmentMixinProps(
    principal="principal",
    thing_name="thingName",
    thing_principal_type="thingPrincipalType"
)

Attributes

principal

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal

thing_name

The name of the AWS IoT thing.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname

thing_principal_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingprincipaltype

Type:

see