@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.930Z") @Stability(value=Stable) public interface CfnServiceProps extends software.amazon.jsii.JsiiSerializable
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.refactorspaces.*;
CfnServiceProps cfnServiceProps = CfnServiceProps.builder()
.applicationIdentifier("applicationIdentifier")
.environmentIdentifier("environmentIdentifier")
// the properties below are optional
.description("description")
.endpointType("endpointType")
.lambdaEndpoint(LambdaEndpointInputProperty.builder()
.arn("arn")
.build())
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.urlEndpoint(UrlEndpointInputProperty.builder()
.url("url")
// the properties below are optional
.healthUrl("healthUrl")
.build())
.vpcId("vpcId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServiceProps.Builder
A builder for
CfnServiceProps |
static class |
CfnServiceProps.Jsii$Proxy
An implementation for
CfnServiceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnServiceProps.Builder |
builder() |
String |
getApplicationIdentifier()
`AWS::RefactorSpaces::Service.ApplicationIdentifier`.
|
default String |
getDescription()
`AWS::RefactorSpaces::Service.Description`.
|
default String |
getEndpointType()
`AWS::RefactorSpaces::Service.EndpointType`.
|
String |
getEnvironmentIdentifier()
`AWS::RefactorSpaces::Service.EnvironmentIdentifier`.
|
default Object |
getLambdaEndpoint()
`AWS::RefactorSpaces::Service.LambdaEndpoint`.
|
default String |
getName()
`AWS::RefactorSpaces::Service.Name`.
|
default List<CfnTag> |
getTags()
`AWS::RefactorSpaces::Service.Tags`.
|
default Object |
getUrlEndpoint()
`AWS::RefactorSpaces::Service.UrlEndpoint`.
|
default String |
getVpcId()
`AWS::RefactorSpaces::Service.VpcId`.
|
@Stability(value=Stable) @NotNull String getApplicationIdentifier()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getEndpointType()
@Stability(value=Stable) @NotNull String getEnvironmentIdentifier()
@Stability(value=Stable) @Nullable default Object getLambdaEndpoint()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getUrlEndpoint()
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnServiceProps.Builder builder()
CfnServiceProps.Builder of CfnServicePropsCopyright © 2021. All rights reserved.