Interface CfnSecurityProfile.PrimaryAttributeValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityProfile.PrimaryAttributeValueProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityProfile
@Stability(Stable)
public static interface CfnSecurityProfile.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.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 classA builder forCfnSecurityProfile.PrimaryAttributeValuePropertystatic final classAn implementation forCfnSecurityProfile.PrimaryAttributeValueProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The value's access type.The value's attribute name.The value's values.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
-