Interface CfnTrafficDistributionGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrafficDistributionGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.659Z")
@Stability(Stable)
public interface CfnTrafficDistributionGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTrafficDistributionGroupPropsMixin.
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.*;
CfnTrafficDistributionGroupMixinProps cfnTrafficDistributionGroupMixinProps = CfnTrafficDistributionGroupMixinProps.builder()
.description("description")
.instanceArn("instanceArn")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTrafficDistributionGroupMixinPropsstatic final classAn implementation forCfnTrafficDistributionGroupMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe description of the traffic distribution group.default StringThe Amazon Resource Name (ARN).default StringgetName()The name of the traffic distribution group.getTags()The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The description of the traffic distribution group.- See Also:
-
getInstanceArn
The Amazon Resource Name (ARN).- See Also:
-
getName
The name of the traffic distribution group.- See Also:
-
getTags
The tags used to organize, track, or control access for this resource.For example, {"tags": {"key1":"value1", "key2":"value2"} }.
- See Also:
-
builder
-