Interface CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityProfilePropsMixin
@Stability(Stable)
public static interface CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty
extends software.amazon.jsii.JsiiSerializable
A primary attribute value.
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.*;
PrimaryAttributeValueProperty primaryAttributeValueProperty = PrimaryAttributeValueProperty.builder()
.accessType("accessType")
.attributeName("attributeName")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessType
The value's access type.- See Also:
-
getAttributeName
The value's attribute name.- See Also:
-
getValues
The value's values.- See Also:
-
builder
@Stability(Stable) static CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder builder()
-