Interface CfnAccessSourceMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessSourceMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-31T09:54:51.292Z")
@Stability(Stable)
public interface CfnAccessSourceMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnAccessSourcePropsMixin.
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.route53globalresolver.*;
CfnAccessSourceMixinProps cfnAccessSourceMixinProps = CfnAccessSourceMixinProps.builder()
.cidr("cidr")
.clientToken("clientToken")
.dnsViewId("dnsViewId")
.ipAddressType("ipAddressType")
.name("name")
.protocol("protocol")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessSourceMixinPropsstatic final classAn implementation forCfnAccessSourceMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
- See Also:
-
getClientToken
- See Also:
-
getDnsViewId
- See Also:
-
getIpAddressType
- See Also:
-
getName
- See Also:
-
getProtocol
- See Also:
-
getTags
- See Also:
-
builder
- Returns:
- a
CfnAccessSourceMixinProps.BuilderofCfnAccessSourceMixinProps
-