TransitGatewayRoute is the Schema for the TransitGatewayRoutes API
Type
CRD
Group
ec2.aws.crossplane.io
Version
v1alpha1
apiVersion: ec2.aws.crossplane.io/v1alpha1
kind: TransitGatewayRoute
TransitGatewayRouteSpec defines the desired state of TransitGatewayRoute
TransitGatewayRouteParameters defines the desired state of TransitGatewayRoute
TransitGatewayAttachmentIDRef is a reference to an API used to set the TransitGatewayAttachmentID.
Policies for referencing.
TransitGatewayAttachmentIDSelector selects references to API used to set the TransitGatewayAttachmentID.
Policies for selection.
TransitGatewayRouteTableIDRef is a reference to an API used to set the TransitGatewayRouteTableID.
Policies for referencing.
TransitGatewayRouteTableIDSelector selects references to API used to set the TransitGatewayRouteTableID.
Policies for selection.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
TransitGatewayRouteStatus defines the observed state of TransitGatewayRoute.
TransitGatewayRouteObservation defines the observed state of TransitGatewayRoute
Conditions of the resource.
tgw-route-blackhole
apiVersion: ec2.aws.crossplane.io/v1alpha1
kind: TransitGatewayRoute
metadata:
name: tgw-route-blackhole
spec:
forProvider:
blackhole: true
destinationCIDRBlock: 10.0.0.0/8
region: us-east-1
transitGatewayRouteTableIdRef:
name: tgw-routetable
providerConfigRef:
name: example
tgw-route-vpc-attach
apiVersion: ec2.aws.crossplane.io/v1alpha1
kind: TransitGatewayRoute
metadata:
name: tgw-route-vpc-attach
spec:
forProvider:
destinationCIDRBlock: 0.0.0.0/0
region: us-east-1
transitGatewayAttachmentIdRef:
name: tgw-vpc-attach
transitGatewayRouteTableIdRef:
name: tgw-routetable
providerConfigRef:
name: example