Interface CfnApprovedOriginProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApprovedOriginProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.934Z")
@Stability(Stable)
public interface CfnApprovedOriginProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnApprovedOrigin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connect.*;
CfnApprovedOriginProps cfnApprovedOriginProps = CfnApprovedOriginProps.builder()
.instanceId("instanceId")
.origin("origin")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApprovedOriginPropsstatic final classAn implementation forCfnApprovedOriginProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the instance.Domain name to be added to the allow-list of the instance.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceId
The Amazon Resource Name (ARN) of the instance.Minimum :
1Maximum :
100 -
getOrigin
Domain name to be added to the allow-list of the instance.Maximum :
267 -
builder
- Returns:
- a
CfnApprovedOriginProps.BuilderofCfnApprovedOriginProps
-