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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSecurityProfile.ApplicationProperty
static final class
An implementation forCfnSecurityProfile.ApplicationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The permissions that the agent is granted on the application.Namespace of the application that you want to give access to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationPermissions
The permissions that the agent is granted on the application.Only the
ACCESS
permission is supported.- See Also:
-
getNamespace
Namespace of the application that you want to give access to.- See Also:
-
builder
-