@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.115Z") @Stability(value=Stable) public interface CfnResourceAssociationProps 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.servicecatalogappregistry.*;
CfnResourceAssociationProps cfnResourceAssociationProps = CfnResourceAssociationProps.builder()
.application("application")
.resource("resource")
.resourceType("resourceType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceAssociationProps.Builder
A builder for
CfnResourceAssociationProps |
static class |
CfnResourceAssociationProps.Jsii$Proxy
An implementation for
CfnResourceAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceAssociationProps.Builder |
builder() |
String |
getApplication()
The name or ID of the application.
|
String |
getResource()
The name or ID of the resource of which the application will be associated.
|
String |
getResourceType()
The type of resource of which the application will be associated.
|
@Stability(value=Stable) @NotNull String getApplication()
@Stability(value=Stable) @NotNull String getResource()
@Stability(value=Stable) @NotNull String getResourceType()
Possible values: CFN_STACK.
@Stability(value=Stable) static CfnResourceAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.