Interface CfnProfileResourceAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProfileResourceAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.614Z")
@Stability(Stable)
public interface CfnProfileResourceAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnProfileResourceAssociationPropsMixin.
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.route53profiles.*;
CfnProfileResourceAssociationMixinProps cfnProfileResourceAssociationMixinProps = CfnProfileResourceAssociationMixinProps.builder()
.name("name")
.profileId("profileId")
.resourceArn("resourceArn")
.resourceProperties("resourceProperties")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProfileResourceAssociationMixinPropsstatic final classAn implementation forCfnProfileResourceAssociationMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringgetName()Name of the Profile resource association.default StringProfile ID of the Profile that the resources are associated with.default StringThe Amazon Resource Name (ARN) of the resource association.default StringIf the DNS resource is a DNS Firewall rule group, this indicates the priority.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Name of the Profile resource association.- See Also:
-
getProfileId
Profile ID of the Profile that the resources are associated with.- See Also:
-
getResourceArn
The Amazon Resource Name (ARN) of the resource association.- See Also:
-
getResourceProperties
If the DNS resource is a DNS Firewall rule group, this indicates the priority.- See Also:
-
builder
-