ServerApplicationProps
- class aws_cdk.aws_codedeploy.ServerApplicationProps(*, application_name=None)
- Bases: - object- Construction properties for - ServerApplication.- Parameters:
- application_name ( - Optional[- str]) – The physical, human-readable name of the CodeDeploy Application. Default: an auto-generated name will be used
- ExampleMetadata:
- infused 
 - Example: - application = codedeploy.ServerApplication(self, "CodeDeployApplication", application_name="MyApplication" ) - Attributes - application_name
- The physical, human-readable name of the CodeDeploy Application. - Default:
- an auto-generated name will be used