Interface CfnSecurityProfilePropsMixin.ApplicationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityProfilePropsMixin.ApplicationProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityProfilePropsMixin
@Stability(Stable)
public static interface CfnSecurityProfilePropsMixin.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.cfnpropertymixins.services.connect.*;
ApplicationProperty applicationProperty = ApplicationProperty.builder()
.applicationPermissions(List.of("applicationPermissions"))
.namespace("namespace")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityProfilePropsMixin.ApplicationPropertystatic final classAn implementation forCfnSecurityProfilePropsMixin.ApplicationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationPermissions
The permissions that the agent is granted on the application.For third-party applications, only the
ACCESSpermission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.- See Also:
-
getNamespace
Namespace of the application that you want to give access to.- See Also:
-
getType
The type of the application.- See Also:
-
builder
-