Interface CfnApplicationPropsMixin.DefinitionProperty

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

@Stability(Stable) public static interface CfnApplicationPropsMixin.DefinitionProperty extends software.amazon.jsii.JsiiSerializable
The application definition for a particular application.

You can specify either inline JSON or an Amazon S3 bucket location.

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.m2.*;
 DefinitionProperty definitionProperty = DefinitionProperty.builder()
         .content("content")
         .s3Location("s3Location")
         .build();
 

See Also: