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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityProfile.ApplicationPropertystatic final classAn 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
ACCESSpermission is supported.- See Also:
-
getNamespace
Namespace of the application that you want to give access to.- See Also:
-
builder
-