UNPKG

@cdktf/provider-aws

Version:

Prebuilt aws Provider for Terraform CDK (cdktf)

292 lines (291 loc) 16.7 kB
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataAwsOdbNetworkConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/odb_network#id DataAwsOdbNetwork#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/odb_network#region DataAwsOdbNetwork#region} */ readonly region?: string; } export interface DataAwsOdbNetworkManagedServicesManagedS3BackupAccess { } export declare function dataAwsOdbNetworkManagedServicesManagedS3BackupAccessToTerraform(struct?: DataAwsOdbNetworkManagedServicesManagedS3BackupAccess): any; export declare function dataAwsOdbNetworkManagedServicesManagedS3BackupAccessToHclTerraform(struct?: DataAwsOdbNetworkManagedServicesManagedS3BackupAccess): any; export declare class DataAwsOdbNetworkManagedServicesManagedS3BackupAccessOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataAwsOdbNetworkManagedServicesManagedS3BackupAccess | undefined; set internalValue(value: DataAwsOdbNetworkManagedServicesManagedS3BackupAccess | undefined); get ipv4Addresses(): string[]; get status(): string; } export declare class DataAwsOdbNetworkManagedServicesManagedS3BackupAccessList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataAwsOdbNetworkManagedServicesManagedS3BackupAccessOutputReference; } export interface DataAwsOdbNetworkManagedServicesS3Access { } export declare function dataAwsOdbNetworkManagedServicesS3AccessToTerraform(struct?: DataAwsOdbNetworkManagedServicesS3Access): any; export declare function dataAwsOdbNetworkManagedServicesS3AccessToHclTerraform(struct?: DataAwsOdbNetworkManagedServicesS3Access): any; export declare class DataAwsOdbNetworkManagedServicesS3AccessOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataAwsOdbNetworkManagedServicesS3Access | undefined; set internalValue(value: DataAwsOdbNetworkManagedServicesS3Access | undefined); get domainName(): string; get ipv4Addresses(): string[]; get s3PolicyDocument(): string; get status(): string; } export declare class DataAwsOdbNetworkManagedServicesS3AccessList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataAwsOdbNetworkManagedServicesS3AccessOutputReference; } export interface DataAwsOdbNetworkManagedServicesServiceNetworkEndpoint { } export declare function dataAwsOdbNetworkManagedServicesServiceNetworkEndpointToTerraform(struct?: DataAwsOdbNetworkManagedServicesServiceNetworkEndpoint): any; export declare function dataAwsOdbNetworkManagedServicesServiceNetworkEndpointToHclTerraform(struct?: DataAwsOdbNetworkManagedServicesServiceNetworkEndpoint): any; export declare class DataAwsOdbNetworkManagedServicesServiceNetworkEndpointOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataAwsOdbNetworkManagedServicesServiceNetworkEndpoint | undefined; set internalValue(value: DataAwsOdbNetworkManagedServicesServiceNetworkEndpoint | undefined); get vpcEndpointId(): string; get vpcEndpointType(): string; } export declare class DataAwsOdbNetworkManagedServicesServiceNetworkEndpointList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataAwsOdbNetworkManagedServicesServiceNetworkEndpointOutputReference; } export interface DataAwsOdbNetworkManagedServicesZeroTlAccess { } export declare function dataAwsOdbNetworkManagedServicesZeroTlAccessToTerraform(struct?: DataAwsOdbNetworkManagedServicesZeroTlAccess): any; export declare function dataAwsOdbNetworkManagedServicesZeroTlAccessToHclTerraform(struct?: DataAwsOdbNetworkManagedServicesZeroTlAccess): any; export declare class DataAwsOdbNetworkManagedServicesZeroTlAccessOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataAwsOdbNetworkManagedServicesZeroTlAccess | undefined; set internalValue(value: DataAwsOdbNetworkManagedServicesZeroTlAccess | undefined); get cidr(): string; get status(): string; } export declare class DataAwsOdbNetworkManagedServicesZeroTlAccessList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataAwsOdbNetworkManagedServicesZeroTlAccessOutputReference; } export interface DataAwsOdbNetworkManagedServices { } export declare function dataAwsOdbNetworkManagedServicesToTerraform(struct?: DataAwsOdbNetworkManagedServices): any; export declare function dataAwsOdbNetworkManagedServicesToHclTerraform(struct?: DataAwsOdbNetworkManagedServices): any; export declare class DataAwsOdbNetworkManagedServicesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataAwsOdbNetworkManagedServices | undefined; set internalValue(value: DataAwsOdbNetworkManagedServices | undefined); private _managedS3BackupAccess; get managedS3BackupAccess(): DataAwsOdbNetworkManagedServicesManagedS3BackupAccessList; get managedServiceIpv4Cidrs(): string[]; get resourceGatewayArn(): string; private _s3Access; get s3Access(): DataAwsOdbNetworkManagedServicesS3AccessList; get serviceNetworkArn(): string; private _serviceNetworkEndpoint; get serviceNetworkEndpoint(): DataAwsOdbNetworkManagedServicesServiceNetworkEndpointList; private _zeroTlAccess; get zeroTlAccess(): DataAwsOdbNetworkManagedServicesZeroTlAccessList; } export declare class DataAwsOdbNetworkManagedServicesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataAwsOdbNetworkManagedServicesOutputReference; } export interface DataAwsOdbNetworkOciDnsForwardingConfigs { } export declare function dataAwsOdbNetworkOciDnsForwardingConfigsToTerraform(struct?: DataAwsOdbNetworkOciDnsForwardingConfigs): any; export declare function dataAwsOdbNetworkOciDnsForwardingConfigsToHclTerraform(struct?: DataAwsOdbNetworkOciDnsForwardingConfigs): any; export declare class DataAwsOdbNetworkOciDnsForwardingConfigsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataAwsOdbNetworkOciDnsForwardingConfigs | undefined; set internalValue(value: DataAwsOdbNetworkOciDnsForwardingConfigs | undefined); get domainName(): string; get ociDnsListenerIp(): string; } export declare class DataAwsOdbNetworkOciDnsForwardingConfigsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataAwsOdbNetworkOciDnsForwardingConfigsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/odb_network aws_odb_network} */ export declare class DataAwsOdbNetwork extends cdktf.TerraformDataSource { static readonly tfResourceType = "aws_odb_network"; /** * Generates CDKTF code for importing a DataAwsOdbNetwork resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataAwsOdbNetwork to import * @param importFromId The id of the existing DataAwsOdbNetwork that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/odb_network#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataAwsOdbNetwork to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/odb_network aws_odb_network} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataAwsOdbNetworkConfig */ constructor(scope: Construct, id: string, config: DataAwsOdbNetworkConfig); get arn(): string; get availabilityZone(): string; get availabilityZoneId(): string; get backupSubnetCidr(): string; get clientSubnetCidr(): string; get createdAt(): string; get customDomainName(): string; get defaultDnsPrefix(): string; get displayName(): string; private _id?; get id(): string; set id(value: string); get idInput(): string | undefined; private _managedServices; get managedServices(): DataAwsOdbNetworkManagedServicesList; private _ociDnsForwardingConfigs; get ociDnsForwardingConfigs(): DataAwsOdbNetworkOciDnsForwardingConfigsList; get ociNetworkAnchorId(): string; get ociNetworkAnchorUrl(): string; get ociResourceAnchorName(): string; get ociVcnId(): string; get ociVcnUrl(): string; get peeredCidrs(): string[]; get percentProgress(): number; private _region?; get region(): string; set region(value: string); resetRegion(): void; get regionInput(): string | undefined; get status(): string; get statusReason(): string; private _tags; get tags(): cdktf.StringMap; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }