Interface CfnSecurityProfile.ApplicationProperty

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

@Stability(Stable) public static interface CfnSecurityProfile.ApplicationProperty extends software.amazon.jsii.JsiiSerializable
This API is in preview release for Amazon Connect and is subject to change.

A third-party application's metadata.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connect.*;
 ApplicationProperty applicationProperty = ApplicationProperty.builder()
         .applicationPermissions(List.of("applicationPermissions"))
         .namespace("namespace")
         .build();
 

See Also: