Interface CfnMessageTemplatePropsMixin.MessageTemplateAttachmentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMessageTemplatePropsMixin.MessageTemplateAttachmentProperty.Jsii$Proxy
Enclosing class:
CfnMessageTemplatePropsMixin

@Stability(Stable) public static interface CfnMessageTemplatePropsMixin.MessageTemplateAttachmentProperty extends software.amazon.jsii.JsiiSerializable
Information about the message template attachment.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
 MessageTemplateAttachmentProperty messageTemplateAttachmentProperty = MessageTemplateAttachmentProperty.builder()
         .attachmentId("attachmentId")
         .attachmentName("attachmentName")
         .s3PresignedUrl("s3PresignedUrl")
         .build();
 

See Also: