@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-21T16:39:02.560Z") @Stability(value=Stable) public class CfnEndpointAuthorization extends CfnResource implements IInspectable
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.redshift.*;
CfnEndpointAuthorization cfnEndpointAuthorization = CfnEndpointAuthorization.Builder.create(this, "MyCfnEndpointAuthorization")
.account("account")
.clusterIdentifier("clusterIdentifier")
// the properties below are optional
.force(false)
.vpcIds(List.of("vpcIds"))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEndpointAuthorization.Builder
A fluent builder for
CfnEndpointAuthorization. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnEndpointAuthorization(Construct scope,
String id,
CfnEndpointAuthorizationProps props)
Create a new `AWS::Redshift::EndpointAuthorization`.
|
protected |
CfnEndpointAuthorization(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEndpointAuthorization(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount()
`AWS::Redshift::EndpointAuthorization.Account`.
|
IResolvable |
getAttrAllowedAllVpCs() |
List<String> |
getAttrAllowedVpCs() |
String |
getAttrAuthorizeTime() |
String |
getAttrClusterStatus() |
Number |
getAttrEndpointCount() |
String |
getAttrGrantee() |
String |
getAttrGrantor() |
String |
getAttrStatus() |
protected Map<String,Object> |
getCfnProperties() |
String |
getClusterIdentifier()
`AWS::Redshift::EndpointAuthorization.ClusterIdentifier`.
|
Object |
getForce()
`AWS::Redshift::EndpointAuthorization.Force`.
|
List<String> |
getVpcIds()
`AWS::Redshift::EndpointAuthorization.VpcIds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccount(String value)
`AWS::Redshift::EndpointAuthorization.Account`.
|
void |
setClusterIdentifier(String value)
`AWS::Redshift::EndpointAuthorization.ClusterIdentifier`.
|
void |
setForce(Boolean value)
`AWS::Redshift::EndpointAuthorization.Force`.
|
void |
setForce(IResolvable value)
`AWS::Redshift::EndpointAuthorization.Force`.
|
void |
setVpcIds(List<String> value)
`AWS::Redshift::EndpointAuthorization.VpcIds`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEndpointAuthorization(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEndpointAuthorization(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEndpointAuthorization(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnEndpointAuthorizationProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAccount()
@Stability(value=Stable)
public void setAccount(@NotNull
String value)
@Stability(value=Stable) @NotNull public IResolvable getAttrAllowedAllVpCs()
@Stability(value=Stable) @NotNull public String getAttrAuthorizeTime()
@Stability(value=Stable) @NotNull public String getAttrClusterStatus()
@Stability(value=Stable) @NotNull public Number getAttrEndpointCount()
@Stability(value=Stable) @NotNull public String getAttrGrantee()
@Stability(value=Stable) @NotNull public String getAttrGrantor()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getClusterIdentifier()
@Stability(value=Stable)
public void setClusterIdentifier(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getForce()
@Stability(value=Stable)
public void setForce(@Nullable
Boolean value)
@Stability(value=Stable)
public void setForce(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getVpcIds()
Copyright © 2021. All rights reserved.