Interface CfnIPAMPrefixListResolverTargetMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIPAMPrefixListResolverTargetMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-31T09:54:45.067Z")
@Stability(Stable)
public interface CfnIPAMPrefixListResolverTargetMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnIPAMPrefixListResolverTargetPropsMixin.
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.ec2.*;
CfnIPAMPrefixListResolverTargetMixinProps cfnIPAMPrefixListResolverTargetMixinProps = CfnIPAMPrefixListResolverTargetMixinProps.builder()
.desiredVersion(123)
.ipamPrefixListResolverId("ipamPrefixListResolverId")
.prefixListId("prefixListId")
.prefixListRegion("prefixListRegion")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.trackLatestVersion(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIPAMPrefixListResolverTargetMixinPropsstatic final classAn implementation forCfnIPAMPrefixListResolverTargetMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default NumberThe desired version of the Prefix List Resolver that this Target should synchronize with.default StringThe Id of the IPAM Prefix List Resolver associated with this Target.default StringThe Id of the Managed Prefix List.default StringThe region that the Managed Prefix List is located in.getTags()An array of key-value pairs to apply to this resource.default ObjectIndicates whether this Target automatically tracks the latest version of the Prefix List Resolver.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDesiredVersion
The desired version of the Prefix List Resolver that this Target should synchronize with.- See Also:
-
getIpamPrefixListResolverId
The Id of the IPAM Prefix List Resolver associated with this Target.- See Also:
-
getPrefixListId
The Id of the Managed Prefix List.- See Also:
-
getPrefixListRegion
The region that the Managed Prefix List is located in.- See Also:
-
getTags
An array of key-value pairs to apply to this resource.- See Also:
-
getTrackLatestVersion
Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-