Documentation
¶
Index ¶
- func CfnAssessment_CFN_RESOURCE_TYPE_NAME() *string
- func CfnAssessment_IsCfnElement(x interface{}) *bool
- func CfnAssessment_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnAssessment_IsConstruct(x interface{}) *bool
- func NewCfnAssessment_Override(c CfnAssessment, scope constructs.Construct, id *string, ...)
- type CfnAssessment
- type CfnAssessmentProps
- type CfnAssessment_AWSAccountProperty
- type CfnAssessment_AWSServiceProperty
- type CfnAssessment_AssessmentReportsDestinationProperty
- type CfnAssessment_DelegationProperty
- type CfnAssessment_RoleProperty
- type CfnAssessment_ScopeProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnAssessment_CFN_RESOURCE_TYPE_NAME ¶
func CfnAssessment_CFN_RESOURCE_TYPE_NAME() *string
func CfnAssessment_IsCfnElement ¶
func CfnAssessment_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnAssessment_IsCfnResource ¶
func CfnAssessment_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnAssessment_IsConstruct ¶
func CfnAssessment_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 NewCfnAssessment_Override ¶
func NewCfnAssessment_Override(c CfnAssessment, scope constructs.Construct, id *string, props *CfnAssessmentProps)
Create a new `AWS::AuditManager::Assessment`.
Types ¶
type CfnAssessment ¶
type CfnAssessment interface {
awscdk.CfnResource
awscdk.IInspectable
AssessmentReportsDestination() interface{}
SetAssessmentReportsDestination(val interface{})
AttrArn() *string
AttrAssessmentId() *string
AttrCreationTime() awscdk.IResolvable
AttrDelegations() awscdk.IResolvable
AwsAccount() interface{}
SetAwsAccount(val interface{})
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnResourceType() *string
CreationStack() *[]*string
Description() *string
SetDescription(val *string)
FrameworkId() *string
SetFrameworkId(val *string)
LogicalId() *string
Name() *string
SetName(val *string)
Node() constructs.Node
Ref() *string
Roles() interface{}
SetRoles(val interface{})
Scope() interface{}
SetScope(val interface{})
Stack() awscdk.Stack
Status() *string
SetStatus(val *string)
Tags() awscdk.TagManager
UpdatedProperites() *map[string]interface{}
AddDeletionOverride(path *string)
AddDependsOn(target awscdk.CfnResource)
AddMetadata(key *string, value interface{})
AddOverride(path *string, value interface{})
AddPropertyDeletionOverride(propertyPath *string)
AddPropertyOverride(propertyPath *string, value interface{})
ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
GetAtt(attributeName *string) awscdk.Reference
GetMetadata(key *string) interface{}
Inspect(inspector awscdk.TreeInspector)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::AuditManager::Assessment`.
TODO: EXAMPLE
func NewCfnAssessment ¶
func NewCfnAssessment(scope constructs.Construct, id *string, props *CfnAssessmentProps) CfnAssessment
Create a new `AWS::AuditManager::Assessment`.
type CfnAssessmentProps ¶
type CfnAssessmentProps struct {
// `AWS::AuditManager::Assessment.AssessmentReportsDestination`.
AssessmentReportsDestination interface{} `json:"assessmentReportsDestination"`
// `AWS::AuditManager::Assessment.AwsAccount`.
AwsAccount interface{} `json:"awsAccount"`
// `AWS::AuditManager::Assessment.Description`.
Description *string `json:"description"`
// `AWS::AuditManager::Assessment.FrameworkId`.
FrameworkId *string `json:"frameworkId"`
// `AWS::AuditManager::Assessment.Name`.
Name *string `json:"name"`
// `AWS::AuditManager::Assessment.Roles`.
Roles interface{} `json:"roles"`
// `AWS::AuditManager::Assessment.Scope`.
Scope interface{} `json:"scope"`
// `AWS::AuditManager::Assessment.Status`.
Status *string `json:"status"`
// `AWS::AuditManager::Assessment.Tags`.
Tags *[]*awscdk.CfnTag `json:"tags"`
}
Properties for defining a `AWS::AuditManager::Assessment`.
TODO: EXAMPLE
type CfnAssessment_AWSAccountProperty ¶
type CfnAssessment_AWSAccountProperty struct {
// `CfnAssessment.AWSAccountProperty.EmailAddress`.
EmailAddress *string `json:"emailAddress"`
// `CfnAssessment.AWSAccountProperty.Id`.
Id *string `json:"id"`
// `CfnAssessment.AWSAccountProperty.Name`.
Name *string `json:"name"`
}
TODO: EXAMPLE
type CfnAssessment_AWSServiceProperty ¶
type CfnAssessment_AWSServiceProperty struct {
// `CfnAssessment.AWSServiceProperty.ServiceName`.
ServiceName *string `json:"serviceName"`
}
TODO: EXAMPLE
type CfnAssessment_AssessmentReportsDestinationProperty ¶
type CfnAssessment_AssessmentReportsDestinationProperty struct {
// `CfnAssessment.AssessmentReportsDestinationProperty.Destination`.
Destination *string `json:"destination"`
// `CfnAssessment.AssessmentReportsDestinationProperty.DestinationType`.
DestinationType *string `json:"destinationType"`
}
TODO: EXAMPLE
type CfnAssessment_DelegationProperty ¶
type CfnAssessment_DelegationProperty struct {
// `CfnAssessment.DelegationProperty.AssessmentId`.
AssessmentId *string `json:"assessmentId"`
// `CfnAssessment.DelegationProperty.AssessmentName`.
AssessmentName *string `json:"assessmentName"`
// `CfnAssessment.DelegationProperty.Comment`.
Comment *string `json:"comment"`
// `CfnAssessment.DelegationProperty.ControlSetId`.
ControlSetId *string `json:"controlSetId"`
// `CfnAssessment.DelegationProperty.CreatedBy`.
CreatedBy *string `json:"createdBy"`
// `CfnAssessment.DelegationProperty.CreationTime`.
CreationTime *float64 `json:"creationTime"`
// `CfnAssessment.DelegationProperty.Id`.
Id *string `json:"id"`
// `CfnAssessment.DelegationProperty.LastUpdated`.
LastUpdated *float64 `json:"lastUpdated"`
// `CfnAssessment.DelegationProperty.RoleArn`.
RoleArn *string `json:"roleArn"`
// `CfnAssessment.DelegationProperty.RoleType`.
RoleType *string `json:"roleType"`
// `CfnAssessment.DelegationProperty.Status`.
Status *string `json:"status"`
}
TODO: EXAMPLE
type CfnAssessment_RoleProperty ¶
type CfnAssessment_RoleProperty struct {
// `CfnAssessment.RoleProperty.RoleArn`.
RoleArn *string `json:"roleArn"`
// `CfnAssessment.RoleProperty.RoleType`.
RoleType *string `json:"roleType"`
}
TODO: EXAMPLE
type CfnAssessment_ScopeProperty ¶
type CfnAssessment_ScopeProperty struct {
// `CfnAssessment.ScopeProperty.AwsAccounts`.
AwsAccounts interface{} `json:"awsAccounts"`
// `CfnAssessment.ScopeProperty.AwsServices`.
AwsServices interface{} `json:"awsServices"`
}
TODO: EXAMPLE