Interface CfnApplicationAssignmentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationAssignmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-15T21:09:27.720Z")
@Stability(Stable)
public interface CfnApplicationAssignmentProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnApplicationAssignment
.
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.sso.*; CfnApplicationAssignmentProps cfnApplicationAssignmentProps = CfnApplicationAssignmentProps.builder() .applicationArn("applicationArn") .principalId("principalId") .principalType("principalType") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationAssignmentProps
static final class
An implementation forCfnApplicationAssignmentProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the application that has principals assigned.The unique identifier of the principal assigned to the application.The type of the principal assigned to the application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationArn
The ARN of the application that has principals assigned.- See Also:
-
getPrincipalId
The unique identifier of the principal assigned to the application.- See Also:
-
getPrincipalType
The type of the principal assigned to the application.- See Also:
-
builder
-