Documentation
¶
Index ¶
- func AlbLogsTable_IsConstruct(x interface{}) *bool
- func AlbLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func AlbLogsTable_IsResource(construct constructs.IConstruct) *bool
- func CloudfrontLogsTable_IsConstruct(x interface{}) *bool
- func CloudfrontLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func CloudfrontLogsTable_IsResource(construct constructs.IConstruct) *bool
- func CloudtrailTable_IsConstruct(x interface{}) *bool
- func CloudtrailTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func CloudtrailTable_IsResource(construct constructs.IConstruct) *bool
- func FlowLogsTable_IsConstruct(x interface{}) *bool
- func FlowLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func FlowLogsTable_IsResource(construct constructs.IConstruct) *bool
- func NewAlbLogsTable_Override(a AlbLogsTable, scope constructs.Construct, id *string, ...)
- func NewCloudfrontLogsTable_Override(c CloudfrontLogsTable, scope constructs.Construct, id *string, ...)
- func NewCloudtrailTable_Override(c CloudtrailTable, scope constructs.Construct, id *string, ...)
- func NewFlowLogsTable_Override(f FlowLogsTable, scope constructs.Construct, id *string, ...)
- func NewS3AccessLogsTable_Override(s S3AccessLogsTable, scope constructs.Construct, id *string, ...)
- func NewSesLogsTable_Override(s SesLogsTable, scope constructs.Construct, id *string, ...)
- func NewWafLogsTable_Override(w WafLogsTable, scope constructs.Construct, id *string, ...)
- func S3AccessLogsTable_IsConstruct(x interface{}) *bool
- func S3AccessLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func S3AccessLogsTable_IsResource(construct constructs.IConstruct) *bool
- func SesLogsTable_IsConstruct(x interface{}) *bool
- func SesLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func SesLogsTable_IsResource(construct constructs.IConstruct) *bool
- func WafLogsTable_IsConstruct(x interface{}) *bool
- func WafLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
- func WafLogsTable_IsResource(construct constructs.IConstruct) *bool
- type AlbLogsTable
- type AlbLogsTableProps
- type CloudfrontLogsTable
- type CloudfrontLogsTableProps
- type CloudtrailTable
- type CloudtrailTableProps
- type FlowLogsTable
- type FlowLogsTableProps
- type S3AccessLogsTable
- type S3AccessLogsTableProps
- type SesLogsTable
- type SesLogsTableProps
- type WafLogsTable
- type WafLogsTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlbLogsTable_IsConstruct ¶
func AlbLogsTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func AlbLogsTable_IsOwnedResource ¶
func AlbLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func AlbLogsTable_IsResource ¶
func AlbLogsTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func CloudfrontLogsTable_IsConstruct ¶
func CloudfrontLogsTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func CloudfrontLogsTable_IsOwnedResource ¶
func CloudfrontLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func CloudfrontLogsTable_IsResource ¶
func CloudfrontLogsTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func CloudtrailTable_IsConstruct ¶
func CloudtrailTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func CloudtrailTable_IsOwnedResource ¶
func CloudtrailTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func CloudtrailTable_IsResource ¶
func CloudtrailTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func FlowLogsTable_IsConstruct ¶
func FlowLogsTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func FlowLogsTable_IsOwnedResource ¶
func FlowLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func FlowLogsTable_IsResource ¶
func FlowLogsTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func NewAlbLogsTable_Override ¶
func NewAlbLogsTable_Override(a AlbLogsTable, scope constructs.Construct, id *string, props *AlbLogsTableProps)
Creates a new instance of the AlbLogsTable class.
func NewCloudfrontLogsTable_Override ¶
func NewCloudfrontLogsTable_Override(c CloudfrontLogsTable, scope constructs.Construct, id *string, props *CloudfrontLogsTableProps)
Creates a new instance of the CloudfrontAccessLogsTable class.
func NewCloudtrailTable_Override ¶
func NewCloudtrailTable_Override(c CloudtrailTable, scope constructs.Construct, id *string, props *CloudtrailTableProps)
Creates a new instance of the FlowLogsTable class.
func NewFlowLogsTable_Override ¶
func NewFlowLogsTable_Override(f FlowLogsTable, scope constructs.Construct, id *string, props *FlowLogsTableProps)
Creates a new instance of the FlowLogsTable class.
func NewS3AccessLogsTable_Override ¶
func NewS3AccessLogsTable_Override(s S3AccessLogsTable, scope constructs.Construct, id *string, props *S3AccessLogsTableProps)
Creates a new instance of the S3AccessLogsTable class.
func NewSesLogsTable_Override ¶
func NewSesLogsTable_Override(s SesLogsTable, scope constructs.Construct, id *string, props *SesLogsTableProps)
Creates a new instance of the SesLogsTable class.
func NewWafLogsTable_Override ¶
func NewWafLogsTable_Override(w WafLogsTable, scope constructs.Construct, id *string, props *WafLogsTableProps)
Creates a new instance of the S3AccessLogsTable class.
func S3AccessLogsTable_IsConstruct ¶
func S3AccessLogsTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func S3AccessLogsTable_IsOwnedResource ¶
func S3AccessLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func S3AccessLogsTable_IsResource ¶
func S3AccessLogsTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func SesLogsTable_IsConstruct ¶
func SesLogsTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func SesLogsTable_IsOwnedResource ¶
func SesLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func SesLogsTable_IsResource ¶
func SesLogsTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func WafLogsTable_IsConstruct ¶
func WafLogsTable_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func WafLogsTable_IsOwnedResource ¶
func WafLogsTable_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise.
func WafLogsTable_IsResource ¶
func WafLogsTable_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
Types ¶
type AlbLogsTable ¶
type AlbLogsTable interface { glue.Table Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment FriendlyQueryNames() *bool Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack Status5xxNamedQuery() athena.NamedQuery StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table TopIpsNamedQuery() athena.NamedQuery ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewAlbLogsTable ¶
func NewAlbLogsTable(scope constructs.Construct, id *string, props *AlbLogsTableProps) AlbLogsTable
Creates a new instance of the AlbLogsTable class.
type AlbLogsTableProps ¶
type AlbLogsTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for AlbLogsTable.
type CloudfrontLogsTable ¶
type CloudfrontLogsTable interface { glue.Table Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string DistributionStatisticsNamedQuery() athena.NamedQuery // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment FriendlyQueryNames() *bool Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string RequestErrorsNamedQuery() athena.NamedQuery Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table TopIpsNamedQuery() athena.NamedQuery TopObjectsNamedQuery() athena.NamedQuery ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewCloudfrontLogsTable ¶
func NewCloudfrontLogsTable(scope constructs.Construct, id *string, props *CloudfrontLogsTableProps) CloudfrontLogsTable
Creates a new instance of the CloudfrontAccessLogsTable class.
type CloudfrontLogsTableProps ¶
type CloudfrontLogsTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for CloudfrontAccessLogsTable.
type CloudtrailTable ¶
type CloudtrailTable interface { glue.Table Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment FriendlyQueryNames() *bool Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table UserLoginsNamedQuery() athena.NamedQuery ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewCloudtrailTable ¶
func NewCloudtrailTable(scope constructs.Construct, id *string, props *CloudtrailTableProps) CloudtrailTable
Creates a new instance of the FlowLogsTable class.
type CloudtrailTableProps ¶
type CloudtrailTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for FlowLogsTable.
type FlowLogsTable ¶
type FlowLogsTable interface { glue.Table Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment Format() ec2.FlowLogFormat FriendlyQueryNames() *bool InternalRejectedNamedQuery() athena.NamedQuery Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewFlowLogsTable ¶
func NewFlowLogsTable(scope constructs.Construct, id *string, props *FlowLogsTableProps) FlowLogsTable
Creates a new instance of the FlowLogsTable class.
type FlowLogsTableProps ¶
type FlowLogsTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` Format ec2.FlowLogFormat `field:"optional" json:"format" yaml:"format"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for FlowLogsTable.
type S3AccessLogsTable ¶
type S3AccessLogsTable interface { glue.Table Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment FriendlyQueryNames() *bool Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string RequestErrorsNamedQuery() athena.NamedQuery Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewS3AccessLogsTable ¶
func NewS3AccessLogsTable(scope constructs.Construct, id *string, props *S3AccessLogsTableProps) S3AccessLogsTable
Creates a new instance of the S3AccessLogsTable class.
type S3AccessLogsTableProps ¶
type S3AccessLogsTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for S3AccessLogsTable.
type SesLogsTable ¶
type SesLogsTable interface { glue.Table BouncesQuery() athena.NamedQuery ComplaintsQuery() athena.NamedQuery Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment FriendlyQueryNames() *bool Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewSesLogsTable ¶
func NewSesLogsTable(scope constructs.Construct, id *string, props *SesLogsTableProps) SesLogsTable
Creates a new instance of the SesLogsTable class.
type SesLogsTableProps ¶
type SesLogsTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for SesLogsTable.
type WafLogsTable ¶
type WafLogsTable interface { glue.Table Compressed() *bool CreateQueries() *bool Database() glue.Database DataFormat() glue.DataFormat Description() *string // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment FriendlyQueryNames() *bool Location() *string Name() *string // The tree node. Node() constructs.Node Owner() *string // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string Resource() awsglue.CfnTable Retention() awscdk.Duration SerdeName() *string // The stack in which this resource is defined. Stack() awscdk.Stack Status5xxNamedQuery() athena.NamedQuery StoredAsSubDirectories() *bool TableArn() *string TableName() *string TableType() glue.TableType TargetTable() glue.Table TopIpsNamedQuery() athena.NamedQuery ViewExpandedText() *string ViewOriginalText() *string AddColumn(column glue.Column) AddParameter(key *string, value *string) AddPartitionKey(column glue.Column) AddSerdeParameter(key *string, value *string) AddStorageParameter(key *string, value *string) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string RenderStorageDescriptor() *awsglue.CfnTable_StorageDescriptorProperty // Returns a string representation of this construct. ToString() *string }
func NewWafLogsTable ¶
func NewWafLogsTable(scope constructs.Construct, id *string, props *WafLogsTableProps) WafLogsTable
Creates a new instance of the S3AccessLogsTable class.
type WafLogsTableProps ¶
type WafLogsTableProps struct { // The AWS account ID this resource belongs to. Account *string `field:"optional" json:"account" yaml:"account"` // ARN to deduce region and account from. // // The ARN is parsed and the account and region are taken from the ARN. // This should be used for imported resources. // // Cannot be supplied together with either `account` or `region`. EnvironmentFromArn *string `field:"optional" json:"environmentFromArn" yaml:"environmentFromArn"` // The value passed in by users to the physical name prop of the resource. // // - `undefined` implies that a physical name will be allocated by // CloudFormation during deployment. // - a concrete value implies a specific physical name // - `PhysicalName.GENERATE_IF_NEEDED` is a marker that indicates that a physical will only be generated // by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation. PhysicalName *string `field:"optional" json:"physicalName" yaml:"physicalName"` // The AWS region this resource belongs to. Region *string `field:"optional" json:"region" yaml:"region"` Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` Database glue.Database `field:"required" json:"database" yaml:"database"` CreateQueries *bool `field:"optional" json:"createQueries" yaml:"createQueries"` FriendlyQueryNames *bool `field:"optional" json:"friendlyQueryNames" yaml:"friendlyQueryNames"` Name *string `field:"optional" json:"name" yaml:"name"` S3Prefix *string `field:"optional" json:"s3Prefix" yaml:"s3Prefix"` }
Configuration for S3AccessLogsTable.
Source Files
¶
- gluetables.go
- gluetables_AlbLogsTable.go
- gluetables_AlbLogsTableProps.go
- gluetables_AlbLogsTable__runtime_type_checks.go
- gluetables_CloudfrontLogsTable.go
- gluetables_CloudfrontLogsTableProps.go
- gluetables_CloudfrontLogsTable__runtime_type_checks.go
- gluetables_CloudtrailTable.go
- gluetables_CloudtrailTableProps.go
- gluetables_CloudtrailTable__runtime_type_checks.go
- gluetables_FlowLogsTable.go
- gluetables_FlowLogsTableProps.go
- gluetables_FlowLogsTable__runtime_type_checks.go
- gluetables_S3AccessLogsTable.go
- gluetables_S3AccessLogsTableProps.go
- gluetables_S3AccessLogsTable__runtime_type_checks.go
- gluetables_SesLogsTable.go
- gluetables_SesLogsTableProps.go
- gluetables_SesLogsTable__runtime_type_checks.go
- gluetables_WafLogsTable.go
- gluetables_WafLogsTableProps.go
- gluetables_WafLogsTable__runtime_type_checks.go