Interface CfnApprovedOriginMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApprovedOriginMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.530Z")
@Stability(Stable)
public interface CfnApprovedOriginMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnApprovedOriginPropsMixin.
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.*;
CfnApprovedOriginMixinProps cfnApprovedOriginMixinProps = CfnApprovedOriginMixinProps.builder()
.instanceId("instanceId")
.origin("origin")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApprovedOriginMixinPropsstatic final classAn implementation forCfnApprovedOriginMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceId
The Amazon Resource Name (ARN) of the instance.Minimum :
1Maximum :
100Returns union: either
StringorIInstanceRef- See Also:
-
getOrigin
Domain name to be added to the allow-list of the instance.Maximum :
267- See Also:
-
builder
-